move the code of the deprecated gtk_binding_entry_clear() to a new private
authorMichael Natterer <mitch@imendio.com>
Mon, 4 Aug 2008 11:08:33 +0000 (11:08 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 4 Aug 2008 11:08:33 +0000 (11:08 +0000)
commit888c3a72b5f7d21cab3d5b14980e9f5b4d12f2f2
tree3ecfec90887b6b696797f562f9069458d08a6808
parent5a3691352d723852da210b3e9cfd2e4c6da72a18
move the code of the deprecated gtk_binding_entry_clear() to a new private

2008-08-04  Michael Natterer  <mitch@imendio.com>

* gtk/gtkbindings.c: move the code of the deprecated
gtk_binding_entry_clear() to a new private function
gtk_binding_entry_clear_internal() and call it from
gtk_binding_entry_clear().

(_gtk_binding_entry_add_signall)
(gtk_binding_parse_bind): use the new internal function in order
to avoid our own deprecated public API.

svn path=/trunk/; revision=20963
ChangeLog
gtk/gtkbindings.c